home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
tools
/
vcomp.exe
/
VCM.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-06-16
|
220 b
|
7 lines
@echo off
rem For example,
rem VCM C:\OLD\ *.C
rem will compare all the .C files in the current directory with the .C files
rem with matching file names in the C:\OLD directory.
for %%f in (%2) do vcomp %1 %%f